home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Sep 90 / MacApp.Tech$ 9⁄14⁄90 / 1987-Re Re2 OP++ Revisite-Sep90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  954 b   |  32 lines  |  [TEXT/GEOL]

  1. Item    9158372                         14-Sept-90        09:29PDT
  2.  
  3. From:   ARBOGAST                        KPMG Peat Marwick, C Arbogast,VCA
  4.  
  5. To:     D6020                           Info Research, John MacVeigh,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: Re2: OP++ Revisited
  10.  
  11. John,
  12.  
  13. If you implement private fields and methods in the way that you suggest, by
  14. placing them in the implementation section, doesn't that make it impossible to
  15. override these objects in other units?
  16.  
  17. TSomeObj = Object (TObject)
  18.   Interface
  19.     <public field and method declarations>
  20.   Implementation
  21.     <private field and method declarations>
  22. End; {TSomeObj}
  23.  
  24. For me this would be a serious concern.  I'd  really prefer to see the PRIVATE
  25. keyword available for both fields and methods.   If all they were to do was add
  26. this, and make the compiler about 10 times faster,  I'd be happy. (for a while
  27. anyhow)
  28.  
  29. Chris Arbogast
  30. KPMG•ExIS
  31.  
  32.